﻿
MCH = { # Manchuria
	
		flag_definition = {
		coa = CHI_absolute_qng_monarchy
		subject_canton = CHI_absolute_monarchy
		coa_with_overlord_canton = CHI_subject
		allow_overlord_canton = yes				
		priority = 20
		trigger = { 
	scope:actor = {
			country_has_primary_culture = cu:manchu
			}
			coa_def_absolute_monarchy_flag_trigger = yes
		}
	}
	flag_definition = {
		coa = MCH
		allow_overlord_canton = no
		subject_canton = MCH
		priority = 1
	}
}

CHI = { # China
	flag_definition = {
		coa = CHI_theocracy
		subject_canton = CHI_theocracy
		priority = 20
		trigger = { 
			coa_def_theocracy_flag_trigger = yes
		}
	}
	flag_definition = {
		coa = CHI
		subject_canton = CHI
		coa_with_overlord_canton = CHI_subject
		allow_overlord_canton = yes		
		priority = 5
		trigger = { 
			scope:actor = {
				NOT = { country_has_primary_culture = cu:manchu }
				has_law = law_type:law_monarchy
			}
		}
	}
		flag_definition = {
		coa = CHI_han_empire
		subject_canton = CHI_han_empire
		coa_with_overlord_canton = CHI_subject
		allow_overlord_canton = yes		
		priority = 5
		trigger = { 
			scope:actor = {
				coa_autocracy_trigger = yes
				has_law = law_type:law_monarchy
			}
		}
	}
	flag_definition = {
		coa = CHI
		subject_canton = CHI
		coa_with_overlord_canton = CHI_subject
		allow_overlord_canton = yes		
		priority = 1
	}
	
	flag_definition = {
		coa = CHI_republic
		subject_canton = CHI_republic
		allow_overlord_canton = yes
		priority = 10
		trigger = { 
			coa_def_republic_flag_trigger = yes
		}
	}	
	flag_definition = {
		coa = CHI_dictatorship
		subject_canton = CHI_dictatorship
		priority = 20
		trigger = {
			coa_def_dictatorship_flag_trigger = yes
		}
	}	

	flag_definition = {
		coa = CHI_communist
		priority = 1500
		trigger = { 
			coa_def_communist_flag_trigger = yes
		}
	}		
}
